[][src]Crate mockall_derive

Proc Macros for use with Mockall

You probably don't want to use this crate directly. Instead, you use use its reexports via the mockall crate.

Macros

mock

Manually mock a structure.

Attribute Macros

automock

Automatically generate mock types for structs and traits.